home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / D-G / fsearch.cpt / fsearch.doc next >
Encoding:
Text File  |  1990-02-01  |  751 b   |  19 lines  |  [ttro/ttxt]

  1. fsearch — FAST pattern-searching MPW tool  version 1.01   February 1, 1990
  2.  
  3. This tool implements a fast pattern matching algorithm, which in this implementation is approximately fifteen times (15X) faster than the search tool supplied with MPW 3.x.  Use it when you don’t need the regular expression capability of the Apple-supplied search.
  4.  
  5. Usage: fsearch [-s] [-c] pattern file
  6.  
  7. "pattern" may not contain metacharacters
  8.  
  9. -s (make search case sensitive; default is not);
  10. -c (output count of matches only; default is to output the entire line in which a match is found).
  11.  
  12. source is available; press fsearch(enter) to get more information.
  13.  
  14. fsearch is FREE—it may be given away, but never sold.
  15. Copyright © 1990 by Grady Ward.  All Rights Reserved.
  16.  
  17.  
  18.  
  19.